home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / usenet / sources / volume90 / util / uujoin / part01 / UUJoin.ReadMe < prev    next >
Text File  |  1990-10-10  |  1KB  |  32 lines

  1.  
  2. Program:    UUJoin - join and decode Usenet binary files
  3. Author:     Mark R. Rinfret
  4. Status:     Public Domain
  5.  
  6. I  found  myself  spending  too  much  time  editing,  merging and decoding
  7. uuencoded  binaries  offloaded  from  the  net,  so I whipped up this crude
  8. little filter/decoder.  It's quite simple and probably could have been done
  9. with awk, but I chose to do it in C.  The program, in its current state, is
  10. hardwired  for various machine types but is easily altered.  See the source
  11. for documentation.
  12.  
  13. UUJoin is accessed from the CLI and has the following command format:
  14.  
  15.     UUJoin [options] filespecs...
  16.  
  17.     -amiga      - Amiga format
  18.     -mac        - Macintosh BinHex format (files are not currently decoded)
  19.     -pc         - PC-Clown format 
  20.     -r          - remove original files when done.
  21.  
  22.     File specifications may be individual filenames or Un*x wildcard
  23.     specifications. When using wildcards, be sure to name your files
  24.     in such a way that they will sort into the correct sequence, e.g.
  25.     program.01 program.02 program.03, etc.
  26.  
  27. If UUJoin is invoked without options, it's usage info is displayed.
  28.  
  29. UUJoin  was  implemented  using  Manx  Aztec  C V5.0b, but should be easily
  30. ported to other C environments.
  31.  
  32.